home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55375 / 55375.xpi / chrome / chromeFiles / skin / coolhandnuke / tabbrowser-win.css < prev    next >
Cascading Style Sheet File  |  2009-11-15  |  2KB  |  48 lines

  1.  
  2. /* Tabs */
  3. #main-window[btBoom="coolhandnuke"]
  4.   .tabbrowser-tab:not([selected="true"]) {
  5.     -moz-appearance: none;  /* Linux needs this */
  6.     margin-right: 1px !important;
  7.     margin-left: 1px !important;
  8.     margin-top: 2px !important;
  9.     border: 1px !important;
  10.     border-right-width: 1px !important;
  11.     border-left-width: 1px !important;
  12.     -moz-border-right-colors: #002654;
  13.     -moz-border-left-colors: #002654;
  14.     -moz-border-radius-topleft: 4px !important;
  15.     -moz-border-radius-topright: 4px !important;
  16.     background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win/tab-bkgnd.png");
  17.   }
  18.  
  19. #main-window[btBoom="coolhandnuke"]
  20.   .tabbrowser-tab:not([selected="true"]):hover {
  21.     background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win/tab-hover-bkgnd.png");
  22.   }
  23.  
  24. #main-window[btBoom="coolhandnuke"]
  25.   .tabbrowser-tab[selected="true"] {
  26.     -moz-appearance: none;  /* Linux needs this */
  27.     margin-right: 1px !important;
  28.     margin-left: 1px !important;
  29.     margin-top: 2px !important;
  30.     border: 1px !important;
  31.     border-right-width: 1px !important;
  32.     border-left-width: 1px !important;
  33.     -moz-border-right-colors: #002654;
  34.     -moz-border-left-colors: #002654;
  35.     background-image: url("../../skin/coolhandnuke/resources/tabbrowser/win/tab-active-bkgnd.png");
  36.   }
  37.  
  38. /* tabbrowser-tab focus ring */
  39. #main-window[btBoom="coolhandnuke"]
  40.   .tabbrowser-tab:not([selected="true"]) .tab-text {
  41.     color: #000 !important;
  42.   }
  43.  
  44. #main-window[btBoom="coolhandnuke"]
  45.   .tabbrowser-tab[selected="true"] .tab-text {
  46.     color: #fff !important;
  47.   }
  48.